home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Full / Serif Page Plus 8 PDF / data1.cab / Help / helpfile.chm / pp7-stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-26  |  1.7 KB  |  63 lines

  1.   BODY { 
  2.     margin: 0em;
  3.     font-family: arial;
  4.     line-height: 1.1;
  5.     color: black; 
  6.     font-size: 10pt 
  7.   }
  8.  
  9.   #question { 
  10.     margin: 3em;
  11.     font-family: arial;
  12.     line-height: 1.1;
  13.     color: black; 
  14.     font-weight: bold;
  15.     font-size: 6pt;
  16.   }
  17.   
  18.   H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
  19.   DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
  20.  
  21.   B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
  22.   IMG, SPAN { display: inline; }
  23.  
  24.   LI { display: list-item }
  25.  
  26.   H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
  27.   H5, H6 { margin-top: 1em }
  28.   H1 { text-align: left }
  29.   H1, H2, H4, H6 { font-weight: bold }
  30.   H3, H5 { font-style: italic }
  31.  
  32.   H1 { font-size: 16pt }
  33.   H2 { font-size: 14pt }
  34.   H3 { font-size: 12pt }
  35.   
  36.   B, STRONG { font-weight: bolder }  /* relative to the parent */
  37.   I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
  38.   PRE, TT, CODE, KBD, SAMP { font-family: monospace }
  39.  
  40.   PRE { white-space: pre }
  41.  
  42.   ADDRESS { margin-left: 3em }
  43.   BLOCKQUOTE { margin-left: 3em; margin-right: 3em }
  44.  
  45.   UL, DIR { list-style: disc }
  46.   OL { list-style: decimal }
  47.   MENU { margin: 0 }              
  48.   LI { margin-left: 3em }
  49.  
  50.   DT { margin-bottom: 0 }
  51.   DD { margin-top: 0; margin-left: 3em }
  52.  
  53.   HR { border-top: 0px solid blue }        
  54.  
  55.   A:link { color: blue; font-style: none }          /* unvisited link */
  56.   A:visited { color: black }        /* visited links */
  57.   A:active { color: orange }        /* active links */
  58.   
  59.   A:hover { color:orange };
  60.   
  61.   A:link IMG { border: 0px solid blue }
  62.   A:visited IMG { border: 0px solid red }
  63.   A:active IMG { border: 0px solid lime }